-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(HDrezka): add anime section and new mirror domain #9241
base: main
Are you sure you want to change the base?
Conversation
Format the code with prettier, and change the title to "chore(HDrezka): added anime section and new mirror domain". |
Signed-off-by: Artem Shevchenko <[email protected]>
Signed-off-by: Artem Shevchenko <[email protected]>
Signed-off-by: Artem Shevchenko <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Daniel Lau <[email protected]>
@@ -12,9 +12,10 @@ | |||
}, | |||
"url": [ | |||
"rezka.ag", | |||
"hdrezka.ag" | |||
"hdrezka.ag", | |||
"rezka-ua.org" |
Check failure
Code scanning / ESLint
Disallow all tabs Error
@@ -12,9 +12,10 @@ | |||
}, | |||
"url": [ | |||
"rezka.ag", | |||
"hdrezka.ag" | |||
"hdrezka.ag", | |||
"rezka-ua.org" |
Check failure
Code scanning / ESLint
enforce consistent indentation Error
@@ -17,7 +17,9 @@ | |||
? 'сериал' | |||
: contentType === 'cartoons' | |||
? 'мультфильм' | |||
: 'чего-то' | |||
: contentType === "animation" |
Check failure
Code scanning / ESLint
Enforce the consistent use of either backticks, double, or single quotes Error
@@ -17,7 +17,9 @@ | |||
? 'сериал' | |||
: contentType === 'cartoons' | |||
? 'мультфильм' | |||
: 'чего-то' | |||
: contentType === "animation" | |||
? 'аниме' |
Check failure
Code scanning / ESLint
Disallow all tabs Error
@@ -17,7 +17,9 @@ | |||
? 'сериал' | |||
: contentType === 'cartoons' | |||
? 'мультфильм' | |||
: 'чего-то' | |||
: contentType === "animation" | |||
? 'аниме' |
Check failure
Code scanning / ESLint
Enforce consistent indentation Error
@@ -17,7 +17,9 @@ | |||
? 'сериал' | |||
: contentType === 'cartoons' | |||
? 'мультфильм' | |||
: 'чего-то' | |||
: contentType === "animation" | |||
? 'аниме' |
Check failure
Code scanning / ESLint
Disallow mixed spaces and tabs for indentation Error
Description
Acknowledgements
yarn format
Screenshots
Proof showing the creation/modification is working as expected